fix makefile to not spam releases for feature/dynamodbstreams/attributevalue #2885
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We've been spamming
feature/dynamodbstreams/attributevalue
releases, this fixes that.why
feature/dynamodbstreams is copied from feature/dynamodb as part of make recipe
copy-attributevalue-feature
- so whenever you update one, you technically also update the other. This happens on release.That includes the
go_module_metadata.go
file from the source module. At some point in the past few months the committed versions for these two files got desynced. So every release, this has been happening:make generate
- nothing changes in the streams version except for go_module_metadata.gofeature/dynamodbstreams/attributevalue
changed - new release!"testing
Tested by running
make generate
with: